Skip to content

Conversation

@fern-api
Copy link
Contributor

@fern-api fern-api bot commented Jan 27, 2025

Upgrading from 1.9.11 to 1.9.15 - Changelog

    1.9.15
  • fix: Change unpaged endpoints from internal to private to avoid ambiguous references in test projects who have access to internals.

  • fix: Fix an issue where enum values named Equals would always have be converted to "Equals" instead of their correct wire value.

  • feat: Increase test performance by parallelizing tests and setting HTTP request retry delay to 0.

  • 1.9.14

  • fix: Add support for nullable undiscriminated unions (OneOf<X, Y, Z>?), and add tests for undiscriminated unions.

  • 1.9.13

  • internal: Miscellaneous improvement for the C# generator

    • Call .ConfigureAwait(false) on Tasks
    • Use Enumerable<T>.Empty instead of creating a new empty list
    • Add PolySharp to test project and use C# 12
    • Remove redundant #nullable enable directives
    • Improve C# syntax
  • 1.9.12

  • fix: Change serialization logic for headers and querystring parameters:

    • Strings, enums, dates, times, and date times are serialized as before.
    • Booleans are now serialized as true and false instead of True and False.
    • Objects, lists, maps, dictionaries, undiscriminated, and discriminated unions are serialized to JSON.
  • fix: Only use .Value on nullable structs when serializing parameters to headers and querystring parameters.

@github-actions
Copy link
Contributor

@fern-api fern-api bot force-pushed the fern/update/fern-csharp-sdk@api/csharp-sdk branch from cf6fc92 to b8e2907 Compare February 3, 2025 00:07
@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2025

@fern-api fern-api bot force-pushed the fern/update/fern-csharp-sdk@api/csharp-sdk branch from b8e2907 to 2fd7b89 Compare February 10, 2025 00:07
@github-actions
Copy link
Contributor

@humford humford merged commit 922a5f8 into main Feb 12, 2025
3 of 4 checks passed
@humford humford deleted the fern/update/fern-csharp-sdk@api/csharp-sdk branch February 12, 2025 01:54
skeptrunedev referenced this pull request in devflowinc/vapi-docs Mar 5, 2025
Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants